ImGearXMPEnum<T> Constructor(T)
Initializes a new instance of the
ImGearXMPEnum<T> class.
public ImGearXMPEnum<T>(
)
public: ImGearXMPEnum<T>(
)
public:
ImGearXMPEnum<T>(
)
'Declaration
Public Function New( _
ByVal As _
)
'Usage
Dim value As
Dim instance As New ImGearXMPEnum(Of T)(value)
Parameters
- value
- Enum value.
Return Value
New instance of the
ImGearXMPEnum<T> generic class object.